home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
World of Video
/
World of Video.iso
/
gfxprograms
/
3dprograms
/
shelly
/
shelly.h
< prev
next >
Wrap
C/C++ Source or Header
|
1995-02-13
|
329b
|
23 lines
/* Header for Shelly - the famous ShellShapeGenerator */
#define POV 1
#define RPL 2
#define T3D 3
struct punkt
{
struct punkt *next;
double x,y,z;
};
struct ShellyArguments
{
double alpha,beta,phi,my,omega,omin,omax,smin,smax,A,a,b,P,W1,W2,N,L;
double od, sd;
int output;
};
#define pi 3.141592654
#define laenge 255